home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / which_mc.zip / WHICH.Z < prev   
Text File  |  1988-04-27  |  633b  |  18 lines

  1. Name: which for MSDOS - tell which command is executed.
  2.  
  3. Synopsis: which program [program]... 
  4.  
  5. Description: 
  6.     'Which' searches the PATH for executable programs.
  7.     ' Which' first looks for filename.COM, then .EXE, 
  8.     then .BAT . This is the way MS-DOS tries to find the program
  9.     when you type its name at the command prompt.
  10.     'Which' always looks in the current directory (.) first.
  11.     If the program is compiled with the appropriate setargv() 
  12.     object file, wildcards can be used.
  13.  
  14. Author: Matt Cohen  (bitnet matt@psuhcx, matt@psuecl)
  15.        PO Box 10589, State College, PA 16805
  16.  
  17. Copyright (C) 1988 Matt Cohen.        
  18.